home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / stsbar12.zip / SBTEST.H < prev    next >
Text File  |  1991-10-04  |  2KB  |  46 lines

  1. //===========================================================================
  2. //
  3. //  Program          : SBTEST.H
  4. //  Version          : 1.0
  5. //  Operating System : DOS / Windows 3.0 / Microsoft C 6.0
  6. //  Author           : Jean-Marc Krikorian
  7. //                     525 Sandy Lane 
  8. //                     Libertyville, IL  60048 
  9. //                     (708) 816-3314 
  10. // 
  11. //  Copyright 1991 Jean-Marc Krikorian. All Rights Reserved.
  12. // 
  13. //===========================================================================
  14.  
  15. #define IDM_SBSHOW          100
  16. #define IDM_SBHIDE          101
  17. #define IDM_SBDISPLAYTEXT   102
  18. #define IDM_SB3DFACE        103
  19. #define IDM_SB2DFACE        104
  20. #define IDM_SBFLATFACE      105
  21. #define IDM_SBGRAYFACE      106
  22. #define IDM_SBBLACKFACE     107
  23. #define IDM_SBWHITEFACE     108
  24. #define IDM_SBREDFACE       109
  25. #define IDM_SBGREENFACE     110
  26. #define IDM_SBBLUEFACE      111
  27. #define IDM_SBGRAYTEXT      112
  28. #define IDM_SBBLACKTEXT     113
  29. #define IDM_SBWHITETEXT     114
  30. #define IDM_SBREDTEXT       115
  31. #define IDM_SBGREENTEXT     116
  32. #define IDM_SBBLUETEXT      117
  33. #define IDM_SBBOLD          118
  34. #define IDM_SBITALICS       119
  35. #define IDM_SBUNDERLINE     120
  36. #define IDM_SBSTRIKEOUT     121
  37. #define IDM_SBHELV8         122
  38. #define IDM_SBARIAL25       123
  39. #define IDM_SBTMS12         124
  40. #define IDM_SBDEFAULTSYSTEM 125
  41.  
  42. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  43. BOOL InitApplication(HANDLE);
  44. BOOL InitInstance(HANDLE, int);
  45. long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  46.